projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
ef00a53
952b0ab
)
Auto merge of #3664 - pwoolcoc:issue-3391, r=alexcrichton
author
bors
<bors@rust-lang.org>
Tue, 7 Feb 2017 20:08:02 +0000
(20:08 +0000)
committer
bors
<bors@rust-lang.org>
Tue, 7 Feb 2017 20:08:02 +0000
(20:08 +0000)
Assume that a `build.rs` file is a build script
If cargo sees a `build.rs` file in the same directory as the current
`Cargo.toml`, it will assume that the `build.rs` file is a build script,
unless there is `build = false` in the `Cargo.toml` file.
Closes #3391
Trivial merge